cody - HTMLify profile

cody
4270 Files
632090 Views
Latest files of /cody/vishal-dcode/CSS Loader
// ===========================
// Watermark
// ===========================
const createSVG = (width, height, className, childType, childAttributes) => {
const svg = document.createElementNS("http://www.w3.org/2000/svg", "svg");
const child = document.createElementNS("http://www.w3.org/2000/svg", childType);
// Watermark
// ===========================
const createSVG = (width, height, className, childType, childAttributes) => {
const svg = document.createElementNS("http://www.w3.org/2000/svg", "svg");
const child = document.createElementNS("http://www.w3.org/2000/svg", childType);
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
padding: 30px;
background-color: #eee;
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
padding: 30px;
background-color: #eee;